object TarihQueryDlg: TTarihQueryDlg Left = 176 Top = 96 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Tarih Aral��� Belirleyin' ClientHeight = 117 ClientWidth = 288 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 3 Width = 202 Height = 110 end object Label1: TLabel Left = 120 Top = 14 Width = 61 Height = 13 Caption = 'Tarihinden' end object Label2: TLabel Left = 119 Top = 45 Width = 83 Height = 13 Caption = 'Tarihine kadar' end object Msglab: TLabel Left = 12 Top = 71 Width = 157 Height = 34 AutoSize = False Caption = 'Olan Faturas� Kesilecek Re�eteleri G�ster' WordWrap = True end object PopupCalBtnFrom: TSpeedButton Left = 95 Top = 11 Width = 21 Height = 21 Hint = 'Takvime Bak' Glyph.Data = { 4E010000424D4E01000000000000760000002800000012000000120000000100 040000000000D800000000000000000000000000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333330000003333333333333333330000003338888888888888330000003304 0404404040483300000033FFFFFFFFFFFF483300000033FFFFFFFFFFFF483300 000033FF000F0007FF483300000033FFF0FF7F70FF483300000033FFF0FFFFF0 FF483300000033FFF0FF0007FF483300000033FF00FF0FFFFF483300000033FF F0FF0000FF483300000033FFFFFFFFFFFF483300000033FFFFFFFFFFFF483300 000033F7777777777F4833000000330000000000003333000000333333333333 333333000000333333333333333333000000} Layout = blGlyphRight ParentShowHint = False ShowHint = True OnClick = PopupCalBtnFromClick end object PopupCalToBtn: TSpeedButton Left = 94 Top = 41 Width = 21 Height = 21 Hint = 'Takvime Bak' Glyph.Data = { 4E010000424D4E01000000000000760000002800000012000000120000000100 040000000000D800000000000000000000000000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333330000003333333333333333330000003338888888888888330000003304 0404404040483300000033FFFFFFFFFFFF483300000033FFFFFFFFFFFF483300 000033FF000F0007FF483300000033FFF0FF7F70FF483300000033FFF0FFFFF0 FF483300000033FFF0FF0007FF483300000033FF00FF0FFFFF483300000033FF F0FF0000FF483300000033FFFFFFFFFFFF483300000033FFFFFFFFFFFF483300 000033F7777777777F4833000000330000000000003333000000333333333333 333333000000333333333333333333000000} Layout = blGlyphRight ParentShowHint = False ShowHint = True OnClick = PopupCalToBtnClick end object CancelBtn: TButton Left = 212 Top = 50 Width = 70 Height = 25 Cancel = True Caption = '&Vazge�' ModalResult = 2 TabOrder = 3 OnClick = CancelBtnClick end object OkBtn: TButton Left = 212 Top = 6 Width = 70 Height = 25 Caption = '&Tamam' Default = True TabOrder = 2 OnClick = OkBtnClick end object FromEdit: TMaskEdit Left = 10 Top = 10 Width = 80 Height = 21 EditMask = '!90/90/9900;1;_' MaxLength = 10 TabOrder = 0 Text = ' . . ' OnExit = FromEditExit end object ToEdit: TMaskEdit Left = 10 Top = 41 Width = 80 Height = 21 EditMask = '!90/90/9900;1;_' MaxLength = 10 TabOrder = 1 Text = ' . . ' OnExit = FromEditExit end end